home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / dbase / amybas23.rdm < prev    next >
Text File  |  1996-05-20  |  4KB  |  87 lines

  1. Short:    Powerful programmable database with GUI
  2. Author:   gutmann@informatik.uni-ulm.de
  3. Uploader: gutmann@informatik.uni-ulm.de
  4. Type:     biz/dbase
  5.  
  6.  
  7.    AMIGABASE V 2.3 (c) 1989-1996 Steffen Gutmann
  8.    =============================================
  9.  
  10.    AmigaBase is a programmable hierarchical database.
  11.  
  12.    AmigaBase is shareware. This means that the program can be freely copied
  13.    and distributed as long as no more than a nominal fee is charged to
  14.    cover time and copying costs.
  15.  
  16.    All rights reserved.
  17.  
  18.  
  19.    What does AmigaBase offer:
  20.    --------------------------
  21.  
  22.       AmigaBase is not a relational database with SQL interface or something
  23.       like this. AmigaBase is a hierarchical programmable database.
  24.       Nevertheless, or just because, AmigaBase is ideal for managing
  25.       music cassettes, videos, addresses, etc. Complex applications like
  26.       a finance manager with automatic printing of transfer forms
  27.       and writing client accounts is no problem for AmigaBase, too.
  28.  
  29.       A project consists of one or several records. A record is displayed
  30.       by a rectangle with a colored border and a titlebar. The record
  31.       name is displayed in the title bar. A record can be placed beside or
  32.       within annother one (hierarchy).
  33.       In records you can place variables which are used for data input and
  34.       display.
  35.       Data is organized in datasets. For each record you can allocate
  36.       any number of datasets (only limited by available memory).
  37.       Datasets can be ordered by several keys.
  38.       A filter allows the selection of some datasets.
  39.       A print menu allows printing of datasets.
  40.       With a search requester it is easy to find certain datasets.
  41.  
  42.       AmigaBase offers two display modes: form and listing.
  43.       In form display all records are displayed in several windows. In
  44.       each record exactly one dataset is shown.
  45.       In listing display all dataset of a specific record are displayed
  46.       in a scrolling list in a window.
  47.  
  48.       AmigaBase has two operating modes: working mode and installing mode.
  49.       In working mode you can work with your project, input data, start
  50.       programs, etc.
  51.       In installing mode you build your data structure. You can define
  52.       new variables, change and delete them. Variables can be of type
  53.       BOOLEAN (boolean values), CHOICE (one item out of many items),
  54.       INTEGER (integer values), REAL (floating point values),
  55.       STRING (any text), DATE (date values), TIME (time values),
  56.       or MEMO (unlimited multi line text). Additionally there is the
  57.       program button type which is only used to start AmigaBase programs.
  58.       Furthermore, you can define, change and delete texts. Texts are only
  59.       used for decoration in records.
  60.       You can also define, change and delete records and windows.
  61.       You must give each variable, record and window a name. This name
  62.       must begin with an uppercase letter followed by up to nine letters,
  63.       digits or the character '_'. There are some reserved words which are
  64.       mainly used in AmigaBase programs that cannot be used for names.
  65.  
  66.       A special feature of AmigaBase is the programming of it. For each
  67.       variable (except MEMO variables) you can write a program which
  68.       is called whenever you change the contents of this variable or press
  69.       RETURN while the cursor is on a program button variable.
  70.       If you want to have a view into programming AmigaBase, I recommend
  71.       to have a look at the label print program of the cassette project
  72.       (included in the distribution).
  73.  
  74.       A complete description of all functions and abilities of AmigaBase
  75.       is found in the user manual of AmigaBase. This document is only
  76.       available by registration.
  77.  
  78.  
  79.    New Features V2.2 - V2.3
  80.    ------------------------
  81.  
  82.       o  New functions for programming, especially for ordering and filtering.
  83.       o  Menu enhancements.
  84.       o  Extension for filter programs.
  85.       o  Support of the Polish language.
  86.       o  Several bug fixes.
  87.